summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-09-15 03:25:17 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-09-15 03:25:17 +0200
commite8aaab2fc166338be10978223a8426fab5f56b27 (patch)
tree8274faee36a572c5ba0244a8a29620d6ca153c9c
parentMerge pull request #11503 from t895/stateflow-patch (diff)
downloadyuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar.gz
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar.bz2
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar.lz
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar.xz
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.tar.zst
yuzu-e8aaab2fc166338be10978223a8426fab5f56b27.zip
-rw-r--r--src/android/app/src/main/jni/native.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index b9ecefa74..8ac28b638 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -262,9 +262,6 @@ public:
Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {
std::scoped_lock lock(m_mutex);
- // Loads the configuration.
- Config{};
-
// Create the render window.
m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window,
m_vulkan_library);